MapMemoryBudget

open class MapMemoryBudget

Constructors

MapMemoryBudget
Link copied to clipboard
open fun MapMemoryBudget(value: MapMemoryBudgetInMegabytes)
Create a variant from MapMemoryBudgetInMegabytes.
MapMemoryBudget
Link copied to clipboard
open fun MapMemoryBudget(value: MapMemoryBudgetInTiles)
Create a variant from MapMemoryBudgetInTiles.

Types

Type
Link copied to clipboard
enum Type
Type information of the variant's content

Functions

getMapMemoryBudgetInMegabytes
Link copied to clipboard
open fun getMapMemoryBudgetInMegabytes(): MapMemoryBudgetInMegabytes
Get content with type MapMemoryBudgetInMegabytes from the variant.
getMapMemoryBudgetInTiles
Link copied to clipboard
open fun getMapMemoryBudgetInTiles(): MapMemoryBudgetInTiles
Get content with type MapMemoryBudgetInTiles from the variant.
getTypeInfo
Link copied to clipboard
open fun getTypeInfo(): MapMemoryBudget.Type
Get type info enum of the variant.
isMapMemoryBudgetInMegabytes
Link copied to clipboard
open fun isMapMemoryBudgetInMegabytes(): Boolean
Check if the content of variant has type MapMemoryBudgetInMegabytes.
isMapMemoryBudgetInTiles
Link copied to clipboard
open fun isMapMemoryBudgetInTiles(): Boolean
Check if the content of variant has type MapMemoryBudgetInTiles.
valueOf
Link copied to clipboard
open fun valueOf(value: MapMemoryBudgetInMegabytes): MapMemoryBudget
Create a variant from MapMemoryBudgetInMegabytes.
open fun valueOf(value: MapMemoryBudgetInTiles): MapMemoryBudget
Create a variant from MapMemoryBudgetInTiles.